home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / airfox.swf / scripts / frame_8 / PlaceObject2_260_49 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  197 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_name != "bullet")
  3.    {
  4.       gotoAndStop(1, _root.bulletstop);
  5.       _Y = _Y - 5;
  6.       if(_Y < 0)
  7.       {
  8.          removeMovieClip(this);
  9.       }
  10.    }
  11. }
  12.